home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / Snippets / Files / stdFilterHacking / stdFilterHacking.r < prev    next >
Encoding:
Text File  |  1993-01-18  |  931 b   |  58 lines  |  [TEXT/MPS ]

  1. #include "types.r"
  2.  
  3. resource 'DITL' (128) {
  4.     {    /* array DITLarray: 4 elements */
  5.         /* [1] */
  6.         {140, 137, 160, 195},
  7.         Button {
  8.             enabled,
  9.             "Done"
  10.         },
  11.         /* [2] */
  12.         {141, 61, 161, 119},
  13.         Button {
  14.             enabled,
  15.             "Cancel"
  16.         },
  17.         /* [3] */
  18.         {80, 6, 101, 227},
  19.         Button {
  20.             enabled,
  21.             "Bring someone up over me"
  22.         },
  23.         /* [4] */
  24.         {29, 26, 47, 232},
  25.         CheckBox {
  26.             enabled,
  27.             "Have Done button hiLit"
  28.         }
  29.     }
  30. };
  31.  
  32. resource 'DITL' (129) {
  33.     {    /* array DITLarray: 2 elements */
  34.         /* [1] */
  35.         {110, 90, 131, 185},
  36.         Button {
  37.             enabled,
  38.             "Go Hence"
  39.         },
  40.         /* [2] */
  41.         {27, 57, 92, 225},
  42.         StaticText {
  43.             disabled,
  44.             "A box to mess up the other box"
  45.         }
  46.     }
  47. };
  48.  
  49. data 'DLOG' (128) {
  50.     $"001E 000E 00E6 00FE 0001 0100 0100 0000"            /* ................ */
  51.     $"0000 0080 00"                                       /* ...Ä. */
  52. };
  53.  
  54. data 'ALRT' (129) {
  55.     $"001E 0007 00BD 0124 0081 5555"                      /* .....Ω.$.ÅUU */
  56. };
  57.  
  58.